バージョン

GetJSONData(StringBuilder,String[],Boolean) メソッド

データ ソース オブジェクトのデータを JSON として StringBuilder に出力します。
シンタックス
'宣言
 
Public Overloads Sub GetJSONData( _
   ByVal stream As StringBuilder, _
   ByVal fieldNames() As String, _
   ByVal encodeDate As Boolean _
) 
public void GetJSONData( 
   StringBuilder stream,
   string[] fieldNames,
   bool encodeDate
)

パラメータ

stream
出力ストリーム。
fieldNames
JSON を返すためのフィールド名の配列。Null は、すべての使用可能なフィールドを示します。
encodeDate
これが true の場合、DateTime オブジェクトは ~ で区切られた文字列として渡されます。
参照